home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be006.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  317 b   |  17 lines

  1. on exitFrame
  2.   set the locH of sprite 4 to the locH of sprite 4 + 3
  3.   if the timer < 1320 then
  4.     if the loaded of member "cellularauto" = 0 then
  5.       preloadMember("cellularauto")
  6.     end if
  7.     go(the frame)
  8.   else
  9.     set the visible of sprite 5 to 1
  10.     go(the frame + 1)
  11.   end if
  12. end
  13.  
  14. on mouseUp
  15.   go(100)
  16. end
  17.